xdoclet.util.predicates
Class PredicateException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--xdoclet.XDocletException
|
+--xdoclet.util.predicates.PredicateException
- All Implemented Interfaces:
- Serializable
- public class PredicateException
- extends XDocletException
This exception can be thrown by PredicateFactory.
- Author:
- Aslak Hellesøy
- See Also:
PredicateFactory
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PredicateException
public PredicateException()
PredicateException
public PredicateException(String message)
PredicateException
public PredicateException(String message,
Throwable cause)
PredicateException
public PredicateException(Throwable cause)
Copyright © 2000-2003 XDoclet Team. All Rights Reserved.